home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
ImapTest.dxr
/
00012_TestEnd- Compute Score.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
368 b
|
13 lines
on exitFrame
global IMapTest
puppetSprite(30, 0)
set lIntBarChannel to getBarSpriteNumber(IMapTest)
puppetSprite(lIntBarChannel, 0)
set lIntCurrentScore to getCurrentScore(IMapTest)
put lIntCurrentScore into field "End Score Display"
if lIntCurrentScore >= 90 then
set the visible of sprite 15 to 1
set the visible of sprite 19 to 1
end if
end